Rephrase the description for the `events` variable

Akinori MUSHA 9 years ago
parent
commit
2b2295b41a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/models/agents/data_output_agent.rb

+ 1 - 1
app/models/agents/data_output_agent.rb

@@ -44,7 +44,7 @@ module Agents
44 44
 
45 45
         In Liquid templating, the following variable is available:
46 46
 
47
-        * `events`: An array of events to being output sorted in descending order up to `events_to_show` in number.  For example, if source events contain a site title in the `site_title` key, you can put `{{events.first.site_title}}` at `template.title`.
47
+        * `events`: An array of events being output, sorted in descending order up to `events_to_show` in number.  For example, if source events contain a site title in the `site_title` key, you can refer to it in `template.title` by putting `{{events.first.site_title}}`.
48 48
 
49 49
       MD
50 50
     end